(x_connection_closed): Pass new arg to shut_down_emacs.
authorRichard M. Stallman <rms@gnu.org>
Sun, 13 Jun 1993 02:06:17 +0000 (02:06 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 13 Jun 1993 02:06:17 +0000 (02:06 +0000)
src/xterm.c

index b5f87c46cc6ba5c00c5ce63991055a166b695644..8dd20f542c5d0df0e98ebfc77d1d44f4f31dd77a 100644 (file)
@@ -3781,7 +3781,7 @@ x_connection_closed ()
   if (_Xdebug)
     abort ();
 
-  shut_down_emacs (0, 1);
+  shut_down_emacs (0, 1, Qnil);
 
   exit (70);
 }